home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / video.dxr / 00202_stop biog.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  332 b   |  14 lines

  1. on mouseUp
  2.   set the blend of sprite 44 to 0
  3.   updateStage()
  4.   set the visible of sprite 48 to 0
  5.   puppetSound(2, "click")
  6.   set the visible of sprite 3 to 0
  7.   set the visible of sprite 2 to 1
  8.   setTrackEnabled(sprite(3), 1, 0)
  9.   setTrackEnabled(sprite(3), 2, 0)
  10.   set the blend of sprite 44 to 100
  11.   updateStage()
  12.   go("biog")
  13. end
  14.